home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
util
/
time
/
SetDST.lha
/
SetDST-1.6
/
C
/
CheckDST
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-07-31
|
176 b
|
11 lines
; $VER: CheckDST 1.2
failat 21
search env:TZONE SEARCH="#?(+|-|%)[0-9]#?[a-z]#?" PATTERN >NIL:
if warn
echo "Standard time is in effect"
else
echo "DST is in effect"
endif